home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Bowers Development
/
AppMaker 2.0b5
/
Examples
/
Procedural
/
AMReminder
/
Add.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-19
|
377 b
|
18 lines
|
[
TEXT/MMCC
]
/* Add.h -- Modal dialog */
/* Created 01/01/95 12:01 PM by AppMaker */
typedef struct {
Handle LogoData;
Str255 DateText;
Str255 TimeText;
short AmPmChoice;
Str255 MessageText;
Boolean DisplayIconChecked;
Boolean DisplayAlertChecked;
Boolean PlaySoundChecked;
short SoundChoice;
} AddRec, *AddRecPtr;
/*----------*/
Boolean GetAdd (AddRec *Add);